﻿2026-07-22T16:45:08.4785948Z ##[group]Run set -euo pipefail
2026-07-22T16:45:08.4786248Z [36;1mset -euo pipefail[0m
2026-07-22T16:45:08.4786454Z [36;1mPIN=0c95435[0m
2026-07-22T16:45:08.4786654Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T16:45:08.4786887Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T16:45:08.4787226Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T16:45:08.4787666Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T16:45:08.4788095Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T16:45:08.4788453Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T16:45:08.4788692Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T16:45:08.4789068Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T16:45:08.4789425Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T16:45:08.4789778Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T16:45:08.4790026Z [36;1mfi[0m
2026-07-22T16:45:08.4790298Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T16:45:08.4803349Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T16:45:08.4803631Z env:
2026-07-22T16:45:08.4803815Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T16:45:08.4804043Z ##[endgroup]
2026-07-22T16:45:08.7607242Z    Compiling proc-macro2 v1.0.106
2026-07-22T16:45:08.7607681Z    Compiling unicode-ident v1.0.24
2026-07-22T16:45:08.7608000Z    Compiling quote v1.0.45
2026-07-22T16:45:08.7608296Z    Compiling libc v0.2.186
2026-07-22T16:45:08.7608729Z    Compiling serde_core v1.0.228
2026-07-22T16:45:08.7609311Z    Compiling cfg-if v1.0.4
2026-07-22T16:45:08.7609636Z    Compiling serde v1.0.228
2026-07-22T16:45:08.7663463Z    Compiling log v0.4.32
2026-07-22T16:45:08.7726967Z    Compiling pin-project-lite v0.2.17
2026-07-22T16:45:08.7754416Z    Compiling portable-atomic v1.13.1
2026-07-22T16:45:08.7755187Z    Compiling typenum v1.20.1
2026-07-22T16:45:08.7803955Z    Compiling memchr v2.8.1
2026-07-22T16:45:08.7833184Z    Compiling version_check v0.9.5
2026-07-22T16:45:08.7833837Z    Compiling critical-section v1.2.0
2026-07-22T16:45:08.7834271Z    Compiling find-msvc-tools v0.1.9
2026-07-22T16:45:08.8250942Z    Compiling shlex v2.0.1
2026-07-22T16:45:08.8504491Z    Compiling subtle v2.6.1
2026-07-22T16:45:08.8680919Z    Compiling futures-core v0.3.32
2026-07-22T16:45:08.8820846Z    Compiling bytes v1.11.1
2026-07-22T16:45:09.0061336Z    Compiling equivalent v1.0.2
2026-07-22T16:45:09.0196332Z    Compiling smallvec v1.15.1
2026-07-22T16:45:09.0260983Z    Compiling itoa v1.0.18
2026-07-22T16:45:09.0479596Z    Compiling semver v1.0.28
2026-07-22T16:45:09.0682060Z    Compiling stable_deref_trait v1.2.1
2026-07-22T16:45:09.0960296Z    Compiling futures-sink v0.3.32
2026-07-22T16:45:09.1309616Z    Compiling futures-io v0.3.32
2026-07-22T16:45:09.1310517Z    Compiling slab v0.4.12
2026-07-22T16:45:09.1481792Z    Compiling futures-task v0.3.32
2026-07-22T16:45:09.1990563Z    Compiling futures-channel v0.3.32
2026-07-22T16:45:09.2415029Z    Compiling rand_core v0.10.1
2026-07-22T16:45:09.2780621Z    Compiling generic-array v0.14.7
2026-07-22T16:45:09.2880410Z    Compiling rustversion v1.0.22
2026-07-22T16:45:09.3081216Z    Compiling rustc_version v0.4.1
2026-07-22T16:45:09.3340791Z    Compiling hashbrown v0.17.1
2026-07-22T16:45:09.3410490Z    Compiling bitflags v2.12.1
2026-07-22T16:45:09.3882282Z    Compiling cpufeatures v0.2.17
2026-07-22T16:45:09.4280554Z    Compiling getrandom v0.4.2
2026-07-22T16:45:09.4441064Z    Compiling fnv v1.0.7
2026-07-22T16:45:09.4480737Z    Compiling strsim v0.11.1
2026-07-22T16:45:09.4671201Z    Compiling cfg_aliases v0.2.1
2026-07-22T16:45:09.5370618Z    Compiling litemap v0.8.2
2026-07-22T16:45:09.5460667Z    Compiling writeable v0.6.3
2026-07-22T16:45:09.6410784Z    Compiling icu_properties_data v2.2.0
2026-07-22T16:45:09.6830274Z    Compiling utf8_iter v1.0.4
2026-07-22T16:45:09.6980707Z    Compiling dunce v1.0.5
2026-07-22T16:45:09.7180982Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T16:45:09.7633184Z    Compiling fs_extra v1.3.0
2026-07-22T16:45:09.7751822Z    Compiling ident_case v1.0.1
2026-07-22T16:45:09.8045268Z    Compiling percent-encoding v2.3.2
2026-07-22T16:45:09.8864501Z    Compiling autocfg v1.5.1
2026-07-22T16:45:09.8950601Z    Compiling http v1.4.1
2026-07-22T16:45:09.9894339Z    Compiling thiserror v2.0.18
2026-07-22T16:45:10.0170642Z    Compiling unicode-segmentation v1.13.3
2026-07-22T16:45:10.0210593Z    Compiling aws-lc-rs v1.17.0
2026-07-22T16:45:10.0908378Z    Compiling cpufeatures v0.3.0
2026-07-22T16:45:10.1082648Z    Compiling scopeguard v1.2.0
2026-07-22T16:45:10.1624892Z    Compiling syn v2.0.117
2026-07-22T16:45:10.1730891Z    Compiling indexmap v2.14.0
2026-07-22T16:45:10.2040844Z    Compiling lock_api v0.4.14
2026-07-22T16:45:10.2144969Z    Compiling chacha20 v0.10.0
2026-07-22T16:45:10.2400762Z    Compiling form_urlencoded v1.2.2
2026-07-22T16:45:10.2466164Z    Compiling untrusted v0.9.0
2026-07-22T16:45:10.2661177Z    Compiling rustls v0.23.40
2026-07-22T16:45:10.3850435Z    Compiling heck v0.5.0
2026-07-22T16:45:10.4163590Z    Compiling atomic-waker v1.1.2
2026-07-22T16:45:10.4230370Z    Compiling unicode-xid v0.2.6
2026-07-22T16:45:10.4330559Z    Compiling const-oid v0.10.2
2026-07-22T16:45:10.4550519Z    Compiling anyhow v1.0.102
2026-07-22T16:45:10.5250294Z    Compiling convert_case v0.10.0
2026-07-22T16:45:10.5400457Z    Compiling jobserver v0.1.34
2026-07-22T16:45:10.5520265Z    Compiling paste v1.0.15
2026-07-22T16:45:10.5648635Z    Compiling httparse v1.10.1
2026-07-22T16:45:10.5799697Z    Compiling zerocopy v0.8.50
2026-07-22T16:45:10.6210765Z    Compiling parking_lot_core v0.9.12
2026-07-22T16:45:10.6310533Z    Compiling num-traits v0.2.19
2026-07-22T16:45:10.6440612Z    Compiling hybrid-array v0.4.12
2026-07-22T16:45:10.6880189Z    Compiling curve25519-dalek v4.1.3
2026-07-22T16:45:10.8180650Z    Compiling cc v1.2.63
2026-07-22T16:45:10.8616464Z    Compiling ahash v0.8.12
2026-07-22T16:45:10.8691778Z    Compiling fastrand v2.4.1
2026-07-22T16:45:10.8922554Z    Compiling powerfmt v0.2.0
2026-07-22T16:45:10.9110544Z    Compiling either v1.16.0
2026-07-22T16:45:10.9311527Z    Compiling crypto-common v0.1.7
2026-07-22T16:45:10.9551381Z    Compiling block-buffer v0.10.4
2026-07-22T16:45:11.0110384Z    Compiling http-body v1.0.1
2026-07-22T16:45:11.0440300Z    Compiling base64ct v1.8.3
2026-07-22T16:45:11.0788055Z    Compiling digest v0.10.7
2026-07-22T16:45:11.1236504Z    Compiling deranged v0.5.8
2026-07-22T16:45:11.1887459Z    Compiling data-encoding v2.11.0
2026-07-22T16:45:11.2070507Z    Compiling vcpkg v0.2.15
2026-07-22T16:45:11.3310730Z    Compiling mio v1.2.1
2026-07-22T16:45:11.3511591Z    Compiling socket2 v0.6.4
2026-07-22T16:45:11.3586455Z    Compiling getrandom v0.2.17
2026-07-22T16:45:11.4450977Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T16:45:11.6090584Z    Compiling rand_core v0.6.4
2026-07-22T16:45:11.6440855Z    Compiling rand v0.10.1
2026-07-22T16:45:11.6752574Z    Compiling uuid v1.23.2
2026-07-22T16:45:11.6932238Z    Compiling try-lock v0.2.5
2026-07-22T16:45:11.7783259Z    Compiling time-core v0.1.8
2026-07-22T16:45:11.8155289Z    Compiling zmij v1.0.21
2026-07-22T16:45:11.8418549Z    Compiling base64 v0.22.1
2026-07-22T16:45:11.9301172Z    Compiling tinyvec_macros v0.1.1
2026-07-22T16:45:11.9770882Z    Compiling tower-service v0.3.3
2026-07-22T16:45:11.9831821Z    Compiling num-conv v0.2.2
2026-07-22T16:45:12.0140739Z    Compiling pkg-config v0.3.33
2026-07-22T16:45:12.0759488Z    Compiling tinyvec v1.11.0
2026-07-22T16:45:12.1030499Z    Compiling parking_lot v0.12.5
2026-07-22T16:45:12.1470453Z    Compiling want v0.3.1
2026-07-22T16:45:12.1970455Z    Compiling cmake v0.1.58
2026-07-22T16:45:12.2010492Z    Compiling sha2 v0.10.9
2026-07-22T16:45:12.2791724Z    Compiling crypto-common v0.2.2
2026-07-22T16:45:12.3307551Z    Compiling block-buffer v0.12.0
2026-07-22T16:45:12.3490592Z    Compiling inout v0.1.4
2026-07-22T16:45:12.4900613Z    Compiling vergen-lib v9.1.0
2026-07-22T16:45:12.4937552Z    Compiling n0-future v0.3.2
2026-07-22T16:45:12.5253161Z    Compiling parking v2.2.1
2026-07-22T16:45:12.5860156Z    Compiling serde_json v1.0.150
2026-07-22T16:45:12.6638882Z    Compiling spin v0.10.0
2026-07-22T16:45:12.6760406Z    Compiling signature v2.2.0
2026-07-22T16:45:12.6927136Z    Compiling winnow v1.0.3
2026-07-22T16:45:12.6998575Z    Compiling cordyceps v0.3.4
2026-07-22T16:45:12.7070796Z    Compiling httpdate v1.0.3
2026-07-22T16:45:12.7213887Z    Compiling crossbeam-utils v0.8.21
2026-07-22T16:45:12.7584960Z    Compiling diatomic-waker v0.2.3
2026-07-22T16:45:12.7870403Z    Compiling ed25519 v2.2.3
2026-07-22T16:45:12.8080652Z    Compiling futures-lite v2.6.1
2026-07-22T16:45:12.8181916Z    Compiling cipher v0.4.4
2026-07-22T16:45:12.8259946Z    Compiling netlink-packet-core v0.8.1
2026-07-22T16:45:12.8976794Z    Compiling universal-hash v0.5.1
2026-07-22T16:45:12.9410729Z    Compiling vergen v9.1.0
2026-07-22T16:45:12.9888046Z    Compiling vergen-lib v0.1.6
2026-07-22T16:45:13.0192738Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T16:45:13.0350472Z    Compiling futures-buffered v0.2.13
2026-07-22T16:45:13.0480535Z    Compiling heapless v0.7.17
2026-07-22T16:45:13.0587964Z    Compiling noq-udp v0.10.0
2026-07-22T16:45:13.0726347Z    Compiling sync_wrapper v1.0.2
2026-07-22T16:45:13.1068451Z    Compiling byteorder v1.5.0
2026-07-22T16:45:13.1640698Z    Compiling opaque-debug v0.3.1
2026-07-22T16:45:13.2104690Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T16:45:13.2250750Z    Compiling allocator-api2 v0.2.21
2026-07-22T16:45:13.2298835Z    Compiling polyval v0.6.2
2026-07-22T16:45:13.2850638Z    Compiling aws-lc-sys v0.41.0
2026-07-22T16:45:13.2932148Z    Compiling ring v0.17.14
2026-07-22T16:45:13.3006598Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T16:45:13.3165415Z    Compiling hash32 v0.2.1
2026-07-22T16:45:13.3960508Z    Compiling digest v0.11.3
2026-07-22T16:45:13.5150744Z    Compiling vergen-gitcl v1.0.8
2026-07-22T16:45:13.5250548Z    Compiling spin v0.9.8
2026-07-22T16:45:13.5520598Z    Compiling fallible-iterator v0.3.0
2026-07-22T16:45:13.5840622Z    Compiling tower-layer v0.3.3
2026-07-22T16:45:13.5930359Z    Compiling num_threads v0.1.7
2026-07-22T16:45:13.6790705Z    Compiling ryu v1.0.23
2026-07-22T16:45:13.7140298Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T16:45:13.7610533Z    Compiling signature v3.0.0
2026-07-22T16:45:13.8140750Z    Compiling time v0.3.47
2026-07-22T16:45:13.8601058Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T16:45:13.8830355Z    Compiling ghash v0.5.1
2026-07-22T16:45:13.9400778Z    Compiling ctr v0.9.2
2026-07-22T16:45:13.9681141Z    Compiling aes v0.8.4
2026-07-22T16:45:14.0180615Z    Compiling fs2 v0.4.3
2026-07-22T16:45:14.0250677Z    Compiling http-body-util v0.1.3
2026-07-22T16:45:14.0526567Z    Compiling aead v0.5.2
2026-07-22T16:45:14.1710640Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T16:45:14.2201675Z    Compiling utf8parse v0.2.2
2026-07-22T16:45:14.2303366Z    Compiling openssl-probe v0.2.1
2026-07-22T16:45:14.2667532Z    Compiling arrayvec v0.7.6
2026-07-22T16:45:14.3042122Z    Compiling crossbeam-channel v0.5.15
2026-07-22T16:45:14.3350681Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T16:45:14.3450610Z    Compiling blake3 v1.8.5
2026-07-22T16:45:14.4319188Z    Compiling netlink-packet-route v0.29.0
2026-07-22T16:45:14.4840695Z    Compiling memoffset v0.6.5
2026-07-22T16:45:14.5790306Z    Compiling aes-gcm v0.10.3
2026-07-22T16:45:14.6751131Z    Compiling acto v0.8.2
2026-07-22T16:45:14.6960278Z    Compiling noq v0.18.0
2026-07-22T16:45:14.7950854Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T16:45:14.8093129Z    Compiling netwatch v0.16.0
2026-07-22T16:45:14.8414519Z    Compiling tagptr v0.2.0
2026-07-22T16:45:14.8539422Z    Compiling rustix v1.1.4
2026-07-22T16:45:14.9502184Z    Compiling mac-addr v0.3.0
2026-07-22T16:45:15.0010704Z    Compiling identity-hash v0.1.0
2026-07-22T16:45:15.0248191Z    Compiling ref-cast v1.0.25
2026-07-22T16:45:15.0341164Z    Compiling lru-slab v0.1.2
2026-07-22T16:45:15.0481363Z    Compiling thiserror v1.0.69
2026-07-22T16:45:15.1046427Z    Compiling foldhash v0.2.0
2026-07-22T16:45:15.1615831Z    Compiling xml-rs v0.8.28
2026-07-22T16:45:15.1785507Z    Compiling rustc-hash v2.1.2
2026-07-22T16:45:15.1857105Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T16:45:15.2702974Z    Compiling hashbrown v0.16.1
2026-07-22T16:45:15.3595942Z    Compiling netlink-packet-route v0.30.0
2026-07-22T16:45:15.4185235Z    Compiling synstructure v0.13.2
2026-07-22T16:45:15.4316908Z    Compiling darling_core v0.20.11
2026-07-22T16:45:15.6109541Z    Compiling serde_derive_internals v0.29.1
2026-07-22T16:45:15.9140392Z    Compiling proc-macro-crate v3.5.0
2026-07-22T16:45:15.9620506Z    Compiling ioctl-rs v0.1.6
2026-07-22T16:45:16.0590803Z    Compiling xmltree v0.10.3
2026-07-22T16:45:16.1058568Z    Compiling serial-core v0.4.0
2026-07-22T16:45:16.1790757Z    Compiling errno v0.3.14
2026-07-22T16:45:16.1890253Z    Compiling termios v0.2.2
2026-07-22T16:45:16.2951114Z    Compiling simple-dns v0.9.3
2026-07-22T16:45:16.3100688Z    Compiling aho-corasick v1.1.4
2026-07-22T16:45:16.3218571Z    Compiling smol_str v0.1.24
2026-07-22T16:45:16.3340839Z    Compiling resolv-conf v0.7.6
2026-07-22T16:45:16.3444455Z    Compiling constant_time_eq v0.4.2
2026-07-22T16:45:16.3953040Z    Compiling signal-hook v0.3.18
2026-07-22T16:45:16.4870931Z    Compiling regex-syntax v0.8.10
2026-07-22T16:45:16.5410602Z    Compiling toml_write v0.1.2
2026-07-22T16:45:16.5630418Z    Compiling linux-raw-sys v0.12.1
2026-07-22T16:45:16.5740426Z    Compiling simdutf8 v0.1.5
2026-07-22T16:45:16.8140493Z    Compiling sha1_smol v1.0.1
2026-07-22T16:45:16.8260779Z    Compiling arrayref v0.3.9
2026-07-22T16:45:16.8760196Z    Compiling winnow v0.7.15
2026-07-22T16:45:16.8991340Z    Compiling serial-unix v0.4.0
2026-07-22T16:45:16.9134949Z    Compiling signal-hook-registry v1.4.8
2026-07-22T16:45:17.0581083Z    Compiling lru v0.16.4
2026-07-22T16:45:17.1869157Z    Compiling darling_core v0.23.0
2026-07-22T16:45:17.2360677Z    Compiling serde_bytes v0.11.19
2026-07-22T16:45:17.2530524Z    Compiling seize v0.5.1
2026-07-22T16:45:17.3760748Z    Compiling serde_derive v1.0.228
2026-07-22T16:45:17.5048377Z    Compiling zeroize_derive v1.4.3
2026-07-22T16:45:17.6620999Z    Compiling tokio-macros v2.7.0
2026-07-22T16:45:17.6729651Z    Compiling futures-macro v0.3.32
2026-07-22T16:45:18.0778700Z    Compiling zeroize v1.8.2
2026-07-22T16:45:18.2516219Z    Compiling zerofrom-derive v0.1.7
2026-07-22T16:45:18.4310981Z    Compiling tokio v1.52.3
2026-07-22T16:45:18.4540580Z    Compiling yoke-derive v0.8.2
2026-07-22T16:45:18.6580580Z    Compiling futures-util v0.3.32
2026-07-22T16:45:18.7740793Z    Compiling zerovec-derive v0.11.3
2026-07-22T16:45:19.1000738Z    Compiling displaydoc v0.2.6
2026-07-22T16:45:19.3307137Z    Compiling tracing-attributes v0.1.31
2026-07-22T16:45:19.7620724Z    Compiling rustls-pki-types v1.14.1
2026-07-22T16:45:19.9014374Z    Compiling zerofrom v0.1.8
2026-07-22T16:45:19.9744304Z    Compiling thiserror-impl v2.0.18
2026-07-22T16:45:20.0261345Z    Compiling yoke v0.8.3
2026-07-22T16:45:20.1700565Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T16:45:20.2570601Z    Compiling zerotrie v0.2.4
2026-07-22T16:45:20.3965752Z    Compiling zerovec v0.11.6
2026-07-22T16:45:20.5646618Z    Compiling darling_macro v0.20.11
2026-07-22T16:45:20.6570778Z    Compiling derive_more-impl v2.1.1
2026-07-22T16:45:20.9180730Z    Compiling darling v0.20.11
2026-07-22T16:45:20.9280611Z    Compiling spez v0.1.2
2026-07-22T16:45:20.9351277Z    Compiling n0-error-macros v0.1.3
2026-07-22T16:45:21.0214623Z    Compiling derive_builder_core v0.20.2
2026-07-22T16:45:21.0564792Z    Compiling der v0.8.0-rc.10
2026-07-22T16:45:21.2810398Z    Compiling tinystr v0.8.3
2026-07-22T16:45:21.4684948Z    Compiling potential_utf v0.1.5
2026-07-22T16:45:21.5280388Z    Compiling icu_locale_core v2.2.0
2026-07-22T16:45:21.6450603Z    Compiling icu_collections v2.2.0
2026-07-22T16:45:21.7880472Z    Compiling pin-project-internal v1.1.13
2026-07-22T16:45:22.1740669Z    Compiling n0-error v0.1.3
2026-07-22T16:45:22.3440909Z    Compiling derive_builder_macro v0.20.2
2026-07-22T16:45:22.4013229Z    Compiling ed25519-dalek v2.2.0
2026-07-22T16:45:22.6929429Z    Compiling icu_provider v2.2.0
2026-07-22T16:45:22.7200981Z    Compiling ipnet v2.12.0
2026-07-22T16:45:22.7530813Z    Compiling derive_builder v0.20.2
2026-07-22T16:45:22.8895651Z    Compiling spki v0.8.0-rc.4
2026-07-22T16:45:22.9530713Z    Compiling futures-executor v0.3.32
2026-07-22T16:45:23.0910001Z    Compiling icu_properties v2.2.0
2026-07-22T16:45:23.1165142Z    Compiling icu_normalizer v2.2.0
2026-07-22T16:45:23.1560820Z    Compiling pin-project v1.1.13
2026-07-22T16:45:23.1890698Z    Compiling prefix-trie v0.8.4
2026-07-22T16:45:23.2422757Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T16:45:23.2460865Z    Compiling futures v0.3.32
2026-07-22T16:45:23.3300027Z    Compiling once_cell v1.21.4
2026-07-22T16:45:23.3778204Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T16:45:23.4221026Z    Compiling spt-proto v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T16:45:23.5258259Z    Compiling tracing-core v0.1.36
2026-07-22T16:45:23.8190379Z    Compiling hashbrown v0.14.5
2026-07-22T16:45:23.8271885Z    Compiling cobs v0.3.0
2026-07-22T16:45:23.9520509Z    Compiling postcard-derive v0.2.2
2026-07-22T16:45:24.0681227Z    Compiling tracing v0.1.44
2026-07-22T16:45:24.0749560Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T16:45:24.2328360Z    Compiling rustls-native-certs v0.8.4
2026-07-22T16:45:24.4843043Z    Compiling strum_macros v0.28.0
2026-07-22T16:45:24.5214544Z    Compiling postcard v1.1.3
2026-07-22T16:45:24.5411757Z    Compiling data-encoding-macro v0.1.20
2026-07-22T16:45:24.6120465Z    Compiling idna_adapter v1.2.2
2026-07-22T16:45:24.6306369Z    Compiling hashlink v0.9.1
2026-07-22T16:45:24.6631019Z    Compiling num_enum_derive v0.7.6
2026-07-22T16:45:24.6950744Z    Compiling enum-assoc v1.3.0
2026-07-22T16:45:24.7410558Z    Compiling tokio-util v0.7.18
2026-07-22T16:45:24.8110450Z    Compiling idna v1.1.0
2026-07-22T16:45:24.9315561Z    Compiling netlink-sys v0.8.8
2026-07-22T16:45:25.0131120Z    Compiling tower v0.5.3
2026-07-22T16:45:25.0317905Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T16:45:25.0593095Z    Compiling async-trait v0.1.89
2026-07-22T16:45:25.0922296Z    Compiling iroh-relay v0.98.0
2026-07-22T16:45:25.1620485Z    Compiling derive_more v2.1.1
2026-07-22T16:45:25.1830567Z    Compiling rusqlite v0.32.1
2026-07-22T16:45:25.2774480Z    Compiling url v2.5.8
2026-07-22T16:45:25.4153506Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T16:45:25.4340836Z    Compiling netdev v0.42.0
2026-07-22T16:45:25.5140685Z    Compiling netlink-proto v0.12.0
2026-07-22T16:45:25.5942740Z    Compiling iroh-metrics v0.38.3
2026-07-22T16:45:25.6940950Z    Compiling moka v0.12.15
2026-07-22T16:45:25.7910497Z    Compiling serde_spanned v0.6.9
2026-07-22T16:45:25.8190827Z    Compiling num_enum v0.7.6
2026-07-22T16:45:25.8959317Z    Compiling h2 v0.4.14
2026-07-22T16:45:25.9304944Z    Compiling tokio-stream v0.1.18
2026-07-22T16:45:25.9793586Z    Compiling toml_datetime v0.6.11
2026-07-22T16:45:26.0468503Z    Compiling n0-watcher v0.6.1
2026-07-22T16:45:26.0700898Z    Compiling thiserror-impl v1.0.69
2026-07-22T16:45:26.0843453Z    Compiling ref-cast-impl v1.0.25
2026-07-22T16:45:26.3170564Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T16:45:26.3290495Z    Compiling tower-http v0.6.11
2026-07-22T16:45:26.3390404Z    Compiling attohttpc v0.30.1
2026-07-22T16:45:26.5900365Z    Compiling spt-store v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T16:45:26.6770513Z    Compiling iroh-base v0.98.0
2026-07-22T16:45:26.7860320Z    Compiling toml_edit v0.22.27
2026-07-22T16:45:26.9489568Z    Compiling webpki-roots v1.0.7
2026-07-22T16:45:27.0557813Z    Compiling regex-automata v0.4.14
2026-07-22T16:45:27.0780996Z    Compiling schemars_derive v1.2.1
2026-07-22T16:45:27.2235832Z    Compiling hmac v0.12.1
2026-07-22T16:45:27.2815459Z    Compiling iroh v0.98.2
2026-07-22T16:45:27.3408606Z    Compiling pin-utils v0.1.0
2026-07-22T16:45:27.4317823Z    Compiling dyn-clone v1.0.20
2026-07-22T16:45:27.4590479Z    Compiling bitflags v1.3.2
2026-07-22T16:45:27.5311502Z    Compiling cmov v0.5.4
2026-07-22T16:45:27.5460486Z    Compiling strum v0.28.0
2026-07-22T16:45:27.5578256Z    Compiling rustix v0.38.44
2026-07-22T16:45:27.5798302Z    Compiling nix v0.25.1
2026-07-22T16:45:27.6608563Z    Compiling iroh-dns v0.98.0
2026-07-22T16:45:27.6884428Z    Compiling hkdf v0.12.4
2026-07-22T16:45:27.8070931Z    Compiling ctutils v0.4.2
2026-07-22T16:45:27.8306812Z    Compiling filedescriptor v0.8.3
2026-07-22T16:45:27.8579706Z    Compiling backon v1.6.0
2026-07-22T16:45:28.0581195Z    Compiling darling_macro v0.23.0
2026-07-22T16:45:28.0641693Z    Compiling papaya v0.2.4
2026-07-22T16:45:28.1341506Z    Compiling serial v0.4.0
2026-07-22T16:45:28.1893373Z    Compiling anstyle-parse v1.0.0
2026-07-22T16:45:28.2085320Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T16:45:28.2395848Z    Compiling foldhash v0.1.5
2026-07-22T16:45:28.4580333Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T16:45:28.4710706Z    Compiling unicode-width v0.2.0
2026-07-22T16:45:28.4750702Z    Compiling downcast-rs v1.2.1
2026-07-22T16:45:28.5090942Z    Compiling shell-words v1.1.1
2026-07-22T16:45:28.5273223Z    Compiling linux-raw-sys v0.4.15
2026-07-22T16:45:28.5420484Z    Compiling anstyle v1.0.14
2026-07-22T16:45:28.5560861Z    Compiling anstyle-query v1.1.5
2026-07-22T16:45:28.5991755Z    Compiling instability v0.3.12
2026-07-22T16:45:28.6426864Z    Compiling colorchoice v1.0.5
2026-07-22T16:45:28.6560868Z    Compiling vte v0.13.1
2026-07-22T16:45:28.7591183Z    Compiling anstream v1.0.0
2026-07-22T16:45:28.7720212Z    Compiling darling v0.23.0
2026-07-22T16:45:28.8001974Z    Compiling hashbrown v0.15.5
2026-07-22T16:45:28.8169549Z    Compiling signal-hook-mio v0.2.5
2026-07-22T16:45:28.8659394Z    Compiling spake2 v0.4.0
2026-07-22T16:45:28.9320642Z    Compiling terminal_size v0.4.4
2026-07-22T16:45:29.0558511Z    Compiling strum_macros v0.26.4
2026-07-22T16:45:29.0785396Z    Compiling schemars v1.2.1
2026-07-22T16:45:29.1100817Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T16:45:29.1980370Z    Compiling sha1 v0.10.6
2026-07-22T16:45:29.2505668Z    Compiling itertools v0.13.0
2026-07-22T16:45:29.4830630Z    Compiling castaway v0.2.4
2026-07-22T16:45:29.6209545Z    Compiling unicode-width v0.1.14
2026-07-22T16:45:29.7050693Z    Compiling toml v0.8.23
2026-07-22T16:45:29.8990648Z    Compiling clap_lex v1.1.0
2026-07-22T16:45:29.9512498Z    Compiling doctest-file v1.1.1
2026-07-22T16:45:30.1951152Z    Compiling regex v1.12.3
2026-07-22T16:45:30.2270764Z    Compiling indoc v2.0.7
2026-07-22T16:45:30.5851267Z    Compiling static_assertions v1.1.0
2026-07-22T16:45:30.7173283Z    Compiling compact_str v0.8.2
2026-07-22T16:45:30.8160389Z    Compiling spt-msg v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T16:45:31.1185458Z    Compiling interprocess v2.4.2
2026-07-22T16:45:31.4814508Z    Compiling spt-runtime v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T16:45:31.6278297Z    Compiling strum v0.26.3
2026-07-22T16:45:31.7635611Z    Compiling unicode-truncate v1.1.0
2026-07-22T16:45:31.8038673Z    Compiling clap_builder v4.6.0
2026-07-22T16:45:31.8460594Z    Compiling crossterm v0.28.1
2026-07-22T16:45:31.8848725Z    Compiling portable-pty v0.8.1
2026-07-22T16:45:31.9213483Z    Compiling lru v0.12.5
2026-07-22T16:45:31.9947033Z    Compiling hyper v1.10.1
2026-07-22T16:45:32.1092481Z    Compiling clap_derive v4.6.1
2026-07-22T16:45:32.1466295Z    Compiling cassowary v0.3.0
2026-07-22T16:45:32.3411378Z    Compiling iana-time-zone v0.1.65
2026-07-22T16:45:32.3980426Z    Compiling nucleo-matcher v0.3.1
2026-07-22T16:45:32.7091137Z    Compiling spt-term v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T16:45:33.0010902Z    Compiling ratatui v0.29.0
2026-07-22T16:45:33.0263291Z    Compiling chrono v0.4.45
2026-07-22T16:45:33.3265089Z    Compiling qrcode v0.14.1
2026-07-22T16:45:33.3880546Z    Compiling tempfile v3.27.0
2026-07-22T16:45:34.2147152Z    Compiling hyper-util v0.1.20
2026-07-22T16:45:34.9534526Z    Compiling clap v4.6.1
2026-07-22T16:45:35.3211620Z    Compiling spt-live v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T16:45:36.3005170Z    Compiling igd-next v0.17.1
2026-07-22T16:45:37.3623478Z    Compiling portmapper v0.16.0
2026-07-22T16:45:42.2858853Z    Compiling rustls-webpki v0.103.13
2026-07-22T16:45:44.6141302Z    Compiling tokio-rustls v0.26.4
2026-07-22T16:45:44.6141917Z    Compiling noq-proto v0.17.0
2026-07-22T16:45:44.6142394Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T16:45:44.7721704Z    Compiling hyper-rustls v0.27.9
2026-07-22T16:45:44.7722222Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T16:45:44.7722642Z    Compiling tokio-websockets v0.13.2
2026-07-22T16:45:44.8955263Z    Compiling reqwest v0.13.4
2026-07-22T16:45:45.8503631Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T16:45:59.4060035Z    Compiling spt-net v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T16:46:00.8646369Z    Compiling spt-daemon v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T16:46:10.0358660Z    Compiling spt v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T16:46:14.9090630Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-22T16:46:14.9308199Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-941b1c891af15240)
2026-07-22T16:46:14.9321392Z 
2026-07-22T16:46:14.9321532Z running 1 test
2026-07-22T16:46:21.1237682Z test new_brain_serves_against_old_broker ... ok
2026-07-22T16:46:21.1238083Z 
2026-07-22T16:46:21.1238364Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-22T16:46:21.1347729Z 
